Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / users / {id} / remove-totp

Path parameters:
realm - realm name (not id!)
id -

Resource Methods
Method Summary
NameDescription
PUT /admin/realms/{realm}/users/{id}/remove-totp 

Method Detail

PUT /admin/realms/{realm}/users/{id}/remove-totp

HTTP Example:
PUT /admin/realms/{realm}/users/{id}/remove-totp
API Example:

UsersResource.removeTotp({'realm': /* name realm name (not id!) */,
  'id': /* id */});

Output:
void
Consumes:
application/json

Keycloak REST Services 1.5.0-Final